ACOPalette

Undocumented in source.

Members

Functions

exportToData
ubyte[] exportToData()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Color_RGBA color, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Color_RGBA color, dstring name)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(dstring name)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

colorNames
dstring[] colorNames [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
string lookup [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
dstring lookup [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parse
ACOPalette parse(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

colors
Color_RGBA*[] colors;
Undocumented in source.
names
dstring[] names;
Undocumented in source.

Meta